home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Small Time Crooks Press Kit
/
Small Time Crooks Press Kit.iso
/
pc
/
Small Time Crooks.dxr
/
Scripts_33_C down.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-04-30
|
236 b
|
14 lines
on mouseDown me
puppetSprite(14, 1)
set the memberNum of sprite 14 to the number of member "Bbutton down"
updateStage()
repeat while the stillDown
nothing()
end repeat
end
on mouseUp
go("B/W")
puppetSprite(14, 0)
end